home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk75 / ispell / readme.1st < prev    next >
Text File  |  1995-03-19  |  2KB  |  59 lines

  1. Here are a few additional bits of information (for the ):
  2.  
  3.  
  4. Once ispell is up and running, type "?" for instructions.
  5.  
  6.  
  7. The original file the ispell is invoked on is retained with a .bak filename
  8. extension.
  9.  
  10.  
  11. I have added a little bit of code which allows you to specify to location of
  12. the dictionary (and temporary) files at runtime using the assign command.
  13. Contrary to the notes in any other files in this distribution, you should
  14. (must) now assign dict: to the directory where you have your dictionary file(s)
  15. (e.g., "assign dict: vd0:dictionary"), and assign T: to the directory where
  16. you want temporary files to be created (e.g., "assign t: ram:tmp).
  17.  
  18. The device names used for assignment (dict: and t:) may be changed by altering
  19. the appropriate lines in the Makefile, and recompiling (I used Manx v3.6a).
  20.  
  21. If you wish to forgo the flexibility of using runtime assignments, and hard-
  22. code the actual directory names for these, you should use/modify Luis's
  23. original Makefile (Makefile.luis), *and* #define USEDEVICES to 0 in ispell.h.
  24.  
  25.  
  26. The file "ispell.words" is your personal dictionary extension, and should
  27. also reside in your "dict:" directory.  It will be created automatically
  28. when using the "i" command, if it does not previously exist.
  29.  
  30.  
  31. The program "buildhash" is also included.  It takes as input a file of words
  32. (which *must* be named "dict.191" [unless you changde the code, and recompile]),
  33. in the format given (in the code), and converts it to the "ispell.hash" file
  34. used by ispell for speed.  Note however that the hashed form of the dictionary
  35. is substantially larger than the plain-ascii, sequential "dict.191" file.
  36. [ TANSTAAFL ]
  37.  
  38. Thus you can correct/add-to/delete-from the master dictionary, as you see fit.
  39.  
  40. Syntax:   buildhash  dict.191
  41.  
  42.  
  43. Finally, there may be some errors in the master dictionary. For example,
  44. my "New American Webster College Dictionary" lists "forgo" as the correct
  45. spelling, whereas dict.191/ispell.hash shows it as "forego".
  46.  
  47.  
  48. Nice job, Luis ... thanks!
  49.  
  50. /kim  --  05/28/88
  51.  
  52.  
  53. UUCP:  kim@amdahl.amdahl.com
  54.   or:  {sun,decwrl,hplabs,pyramid,ihnp4,uunet,oliveb,cbosgd,ames}!amdahl!kim
  55. DDD:   408-746-8462
  56. USPS:  Amdahl Corp.  M/S 249,  1250 E. Arques Av,  Sunnyvale, CA 94086
  57. CIS:   76535,25
  58.  
  59.